home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
LANG
/
C
/
LIB
/
EXPRO
/
_files
/
_exprodir
/
exprofle._h
< prev
next >
Wrap
Text File
|
1990-06-04
|
307b
|
27 lines
/*
* exprofle.h
*
* version 1.00, 04-06-1990
*
* execution profiler headerfile
*
* copyright Ferdinand Oeinck 1990
*
*
*/
#ifndef __expro_h
#define __expro_h
#ifndef EXPRO
#define EXPRO 0
#endif
#if EXPRO
void exprofle_init(char * filename);
#else
#define exprofle_init(a) ;
#endif
#endif